home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / clipper / rbarlb10.zip / RBARLIB.DOC < prev    next >
Text File  |  1993-11-06  |  5KB  |  150 lines

  1. ┌─────────────────────────────────────────────────────────────────────────╖
  2. │                                                                         ║
  3. │                       RBarLib  version 1.0 (06/11/93)                   ║
  4. │                                                                         ║
  5. │                                                                         ║
  6. │        (c) 1993  Rolf van Gelder, EINDHOVEN - All rights reserved       ║
  7. │                                                                         ║
  8. ╘═════════════════════════════════════════════════════════════════════════╝
  9.  
  10. 1     INTRODUCTION --------------------------------------------------------
  11.  
  12.       RBarLib is a CLIPPER LIBRARY with Progress Bar functions.
  13.  
  14.       You can add a progress bar to all kind of processes.
  15.  
  16.  
  17.       RBarLib is a Shareware product :
  18.  
  19.       You have the opportunity to try the program at no charge to see if
  20.       it meets your needs.
  21.       If you continue to use the program after evaluation,
  22.       please complete the included registration form (RBarLib.REG)
  23.       and send it with the applicable registration fee to the author.
  24.  
  25.  
  26.       FEATURES :
  27.  
  28.       *    Functions to add a Progress Bar to all kind of processes
  29.  
  30.       *    A function to INDEX a file with a progress indication
  31.  
  32.       *    A function to PACK a file with a progress indication
  33.            MEMO FILE are also automatically OPTIMIZED !!
  34.  
  35.       *    A NORTON GUIDE with a description of all functions in the library
  36.  
  37.       *    EXOSPACE COMPATIBLE
  38.  
  39.       *    A DEMO PROGRAM with examples of the use of all functions in
  40.            RBarLib.
  41.  
  42.  
  43.  
  44. 2     PROGRESS BAR --------------------------------------------------------
  45.  
  46.       A progress bar is a graphical bar which indicates how far a specific
  47.       process is evaluated.
  48.  
  49.       The progress bar can be used in almost countless circumstances :
  50.  
  51.       - While calculating totals, averages, etc ...
  52.  
  53.       - While copying files
  54.  
  55.       - While printing reports
  56.  
  57.       - While printing labels
  58.  
  59.       - While processing records
  60.  
  61.       - While indexing files
  62.  
  63.       - While packing files
  64.  
  65.       - Etc., etc, ....
  66.  
  67.  
  68.       RBarLib makes working with progress bars quite easy :
  69.  
  70.       Step 1 : Create ( = open ) a bar using the R_OpnBar()-function
  71.  
  72.       Step 2 : Update the bar while the process is evaluating (R_UpdBar())
  73.  
  74.       Step 3 : Close ( = remove ) the bar after completion of the process
  75.                (R_ClsBar())
  76.  
  77.  
  78.  
  79. 3     FUNCTIONS IN RBARLIB ------------------------------------------------
  80.  
  81.       A complete function description can be found in the Norton Guide
  82.       (RBarLib.NG).
  83.  
  84.  
  85.  
  86. 4     REGISTRATION --------------------------------------------------------
  87.  
  88.       RBarLib is a Shareware product. It is available through Users Groups,
  89.       Bulletin Boards, etc.
  90.       You have the opportunity to try the program at no charge to see
  91.       if it meets your needs. If you continue to use the program after
  92.       evaluation, please complete the included registration form
  93.       (RBarLib.REG, for Dutch users Dutch.REG) and send it to:
  94.  
  95.                         Ing. R.P.B. van Gelder
  96.                         Binnenwiertzstraat 27
  97.                         5615 HG  EINDHOVEN
  98.                         THE NETHERLANDS
  99.  
  100.  
  101.  
  102. 4.1   BENEFITS OF REGISTRATION --------------------------------------------
  103.  
  104.       1) A registered version of RBarLib will be sent to you by E-MAIL or
  105.          by POST.
  106.  
  107.          ┌─────────────────────────────────────────────────────────────╖
  108.          │ THE REGISTERED VERSION DOESN'T DISPLAY THE REGISTRATION     ║
  109.          │ MESSAGE AND DOESN'T HAVE THE 8 SECONDS DELAYS.              ║
  110.          ╘═════════════════════════════════════════════════════════════╝
  111.  
  112.       2) Run-time royalty-free license. You will be free to integrate
  113.          RBarLib functions into your Clipper applications without having
  114.          to pay any royalty or fee for doing so. You may also distribute
  115.          or market any such applications royalty-free.
  116.  
  117.       4) Support through E-Mail
  118.  
  119.          E-Mail addresses :
  120.  
  121.          Internet: RCROLF@urc.tue.nl
  122.          Bitnet  : RCROLF@heitue5
  123.  
  124.  
  125. 4.2   USER GROUPS / SHAREWARE DISTRIBUTORS --------------------------------
  126.  
  127.       PC User Groups are welcome to add RBarLib to their libraries under
  128.       the following conditions :
  129.  
  130.       1) It must be completely unmodified
  131.  
  132.       2) A diskette/copying fee of $5 of less is charged; and
  133.  
  134.       3) This documentation file MUST be included.
  135.  
  136.       I would appreciate notification that you have added RBarLib
  137.       to your library.
  138.  
  139.       IF YOU RECEIVED RBARLIB THROUGH EITHER A USER GROUP OR A SHAREWARE
  140.       DISTRIBUTOR, PLEASE REMEMBER THAT THE DISKETTE FEE YOU PAYED DOES NOT
  141.       CONSTITUTE LICENSING THE SOFTWARE, AND YOU ARE STILL OBLIGATED TO 
  142.       REGISTER IF YOU DECIDE TO USE RBARLIB.
  143.  
  144.  
  145.  
  146. 5     DISCLAIMER ----------------------------------------------------------
  147.  
  148.       The copyright owner disclaims all warranties and is not liable for
  149.       damages of any kind. By using RBarLib you agree to this.
  150.